home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2018 January / PCgo 01-2018 CD-ROM Germany.iso / nw.pak / Unnamed File 004753.txt < prev    next >
Encoding:
Text File  |  2015-07-29  |  1016 b   |  26 lines

  1. <!--
  2.  * Copyright 2014 The Chromium Authors. All rights reserved.
  3.  * Use of this source code is governed by a BSD-style license that can be
  4.  * found in the LICENSE file.
  5. -->
  6. <!doctype html>
  7. <html>
  8. <head>
  9.     <meta http-equiv="content-type" content="text/html; charset=utf-8">
  10.     <meta http-equiv="Content-Security-Policy" content="object-src 'none'; script-src 'self' 'unsafe-eval' 'unsafe-inline'">
  11.     <link rel="stylesheet" type="text/css" href="devtools.css">
  12.     <script type="text/javascript" src="devtools.js"></script>
  13. </head>
  14. <body class="undocked" id="-blink-dev-tools">
  15. <script>
  16. (function() {
  17.     var remoteFrontendUrl = Runtime.queryParam("remoteFrontendUrl");
  18.     var src = remoteFrontendUrl
  19.         ? decodeURIComponent(remoteFrontendUrl) + Runtime.constructQueryParams(["remoteFrontendUrl"])
  20.         : "inspector.html" + window.location.search;
  21.     document.write("<iframe id='inspector-app-iframe' class='fill' src='" + src + "'></iframe>");
  22. })();
  23. </script>
  24. </body>
  25. </html>
  26.